home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / Dvips / ps / config.linohi < prev    next >
Encoding:
Text File  |  1994-11-15  |  2.5 KB  |  93 lines  |  [TEXT/ttxt]

  1. *   This configuration file is a sample one for a typesetter.  See the
  2. *   end of the file especially, where we use setpageparams.  With a
  3. *   configuration file like this, you can use
  4. *
  5. *   -t film0 -k -T 11in,17in
  6. *
  7. *   for instance to print an 11x17 inch document in orientation 0 with
  8. *   crop marks.
  9. *
  10. *   Assume we have a nice modern lino with lots of memory.
  11. *
  12. m 1000000
  13. *
  14. *   Metafont mode_def (see modes.mf).
  15. *
  16. M linohi
  17. *
  18. *   Resolution for linohi (linolo=635, linosuper=2540).
  19. *
  20. D 1270
  21. *
  22. *   Compress the fonts.
  23. *
  24. Z
  25. *
  26. *   Paper size information.  First definition is the default.
  27. *
  28. *   If your default is a4 uncomment the following definition
  29. *   and comment out the letterSize definition.
  30. *
  31. *@ a4size 210mm 297mm
  32. *@+ %%PaperSize: a4
  33.  
  34. @ letterSize 8.5in 11in
  35. @+ %%PaperSize: Letter
  36.  
  37. @ letter 8.5in 11in
  38. @+ %%BeginPaperSize: Letter
  39. @+ letter
  40. @+ %%EndPaperSize
  41.  
  42. @ legal 8.5in 14in
  43. @+ ! %%DocumentPaperSizes: Legal
  44. @+ %%BeginPaperSize: Legal
  45. @+ legal
  46. @+ %%EndPaperSize
  47.  
  48. @ ledger 17in 11in
  49. @+ ! %%DocumentPaperSizes: Ledger
  50. @+ %%BeginPaperSize: Ledger
  51. @+ ledger
  52. @+ %%EndPaperSize
  53.  
  54. @ tabloid 11in 17in
  55. @+ ! %%DocumentPaperSizes: Tabloid
  56. @+ %%BeginPaperSize: Tabloid
  57. @+ 11x17
  58. @+ %%EndPaperSize
  59.  
  60. @ a4 210mm 297mm
  61. @+ ! %%DocumentPaperSizes: a4
  62. @+ %%BeginPaperSize: a4
  63. @+ a4
  64. @+ %%EndPaperSize
  65.  
  66. @ a3 297mm 420mm
  67. @+ ! %%DocumentPaperSizes: a3
  68. @+ %%BeginPaperSize: a3
  69. @+ a3
  70. @+ %%EndPaperSize
  71. *
  72. *   These last two are only for typesetters that can set the page size;
  73. *   uncomment and put them in a `config.lino', for instance.
  74. *
  75. *   Use this for pages where you want the text to run in the same direction
  76. *   as the film feeds (slow scan direction; down the length of the film.)
  77. *   Best for everything *but* pages higher than the film is wide or pages
  78. *   wider than they are tall; needed for pages wider than the film is wide.
  79. *
  80. @ film0 0in 0in
  81. @+ statusdict /setpageparams known { vsize hsize 0 0 statusdict begin {
  82. @+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
  83. @+ { vsize hsize 0 statusdict begin { setpage } stopped pop end } if } if
  84. *
  85. *   Use this for pages where you want the text to run across the width of
  86. *   the film (fast scan direction.)  Needed for pages taller than the film
  87. *   is wide; preferred for pages wider than they are tall.
  88. *
  89. @ film1 0in 0in
  90. @+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin {
  91. @+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
  92. @+ { hsize vsize 1 statusdict begin { setpage } stopped pop end } if } if
  93.